@@ -27,7 +27,7 @@ There is an exported docker volume of /var/lib/mysql to allow persistence of tha |
||
27 | 27 |
|
28 | 28 |
Additionally, the database variables may be overridden from the above as per the standard Huginn documentation: |
29 | 29 |
|
30 |
- DATABASE_ADAPTER #(must be either 'postgres' or 'mysql2') |
|
30 |
+ DATABASE_ADAPTER #(must be either 'postgresql' or 'mysql2') |
|
31 | 31 |
DATABASE_HOST |
32 | 32 |
DATABASE_PORT |
33 | 33 |
|